home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5015 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  978 b 

  1. Path: news.kb.be!news
  2. From: u19809@kb.be (Wim Delvaux)
  3. Newsgroups: comp.lang.c++
  4. Subject: C++ and dynamic loading of libraries
  5. Date: Thu, 01 Feb 1996 09:06:31 GMT
  6. Organization: Kredietbank, Belgium
  7. Message-ID: <4eq0ip$al9@s854803.kb.be>
  8. NNTP-Posting-Host: kb.be
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I would like to be able to load libraries generated from C++ from
  12. other C++ code.  This is not a big problem but I would like to use the
  13. libraries ON DEMAND ie. when the application needs it and not at
  14. compile time. (Using LOADLIBRARY/FINDSYMBOL api calls of the dynamic
  15. loader components of several OS-ses : Windows, Linux, Unix, ...)
  16.  
  17. There is however the problem of the name mangling : What is the name
  18. of the C++ function I need ?  
  19.  
  20. Does there exist (compiler-specific) API's to mangle/demangle that can
  21. be used from within an application ?
  22. Does anybody have other suggestions how to do this ?
  23.  
  24. Thanx
  25.  
  26. Wim Delvaux
  27.  
  28. Wim Delvaux
  29. Kredietbank NV.
  30. Belgium
  31. + 32 (0)2 422 74 64
  32.  
  33.